home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / disk / misc / xfs.lha / xfs / Devs / DOSDrivers / CW1 < prev    next >
Encoding:
Text File  |  1998-12-31  |  635 b   |  26 lines

  1. /* $VER: CW1 2.17 (30.12.98)
  2.  *
  3.  *  X file system entry
  4.  *
  5.  *  This mount file enables reading and writing of disks
  6.  *  on disk drive unit 0 attached to catweasel hardware
  7.  *  using cw.device (which connects to multidisk.device)
  8.  */
  9.  
  10.  Handler    = L:xfsd
  11.  Priority   = 9  ; Stacksize  = 16000
  12.  Globvec    = -1 ; Mount      = 1
  13.  
  14. /*
  15.  * Further information is passed using the ToolTypes
  16.  * in the icon, using the Startup string, eg
  17.  *
  18.  * Startup=DEVICE=cw.device UNIT=1 FLAGS=0x10000
  19.  *
  20.  * Note there are no quotes around the string, unlike
  21.  * the mountlist version
  22.  *
  23.  * use FLAGS=0 for 3.5 disks and FLAGS=0x10000 for 5.25 disks
  24.  *
  25.  */
  26.